home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / CD-ROM Tutorial.cpt / CD-ROM Tutorial / card_58936.txt < prev    next >
Text File  |  1990-04-04  |  2KB  |  73 lines

  1. -- card: 58936 from stack: in
  2. -- bmap block id: 59264
  3. -- flags: 0000
  4. -- background id: 29299
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   answer "Click MAIN MENU to go to Simulation Menu." with "OK"
  9. end mouseUp
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 00
  14. -- high flags: 2004
  15. -- rect: left=137 top=146 right=251 bottom=467
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 21
  20. -- text size: 12
  21. -- style flags: 256
  22. -- line height: 16
  23. -- part name: 
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 2000
  29. -- rect: left=407 top=80 right=100 bottom=501
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: New Button
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   global browse
  41.   put "1" into browse
  42.   set lockScreen to true
  43.   go to card id 25214
  44. end mouseUp
  45.  
  46.  
  47.  
  48.  
  49. -- part 3 (button)
  50. -- low flags: 00
  51. -- high flags: 2000
  52. -- rect: left=407 top=105 right=125 bottom=502
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: New Button
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   answer "You cannot print in the Simulation." with "OK"
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part contents for card part 1
  69. ----- text -----
  70.  
  71. The full article is displayed.  The scroll bars are used to view the complete article.
  72.  
  73. Click MAIN MENU to go to the Simulation Menu.